How to Stop auto-fill in browsers for textbox.
2182
03-Jan-2016
I want to use Stop auto-fill in browsers for textbox.how to do ths please help me.
Updated on 03-Jan-2016
Anonymous User
03-Jan-2016We are looking browsers like Chrome, Firefox, Internet Explorer and Safari has functionality of auto complete values in TextBoxes.
If we have enabled this feture in your browser, then each and every time when you start to enter value in TextBox we
get a drop down of prefilled values in that TextBox. This feature of browser can be disabled by the programming for a specific
web form like Login form and other confidential data form of a web page.
In chrome browser, we can enable auto-fill as shown below :
if we want to set Autofill textbox in browser .then go to browser setting
if we want to disable prefilled value in textbox when browser have enable Autofill.
Like below Full login form code.